xfi:s-equal

xs:boolean=xfi:s-equal( $left as node()*, $right as node()*)

Last updated on 14-02-2008 at 00:00:00.

Returns true if two node sequences are s-equal.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first node or sequence of nodes.
right node()* The second node or sequence of nodes.

Output

Type: xs:boolean

Returns true if the two sequences of nodes are s-equal and false otherwise.

Conformance suite

80201 xfi.s-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 14-02-2008 at 12:22:00

Revisions

Name On Details
Geoff Shuetrim 14-02-2008 at 00:00:00 Defined the function.